home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbitballs10-blank.swf / scripts / DefineButton2_57 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2008-09-02  |  289 b   |  14 lines

  1. on(release){
  2.    desturl = "http://www.iq-tests.eu/index.php?ref=" + _root.fond._url + "&lang=" + _root.lang;
  3.    if(_root.blank == 1)
  4.    {
  5.       getURL(desturl,"_blank");
  6.    }
  7.    else
  8.    {
  9.       getURL(desturl,"");
  10.       _root.go_url = 1;
  11.       _root.go_url2 = desturl;
  12.    }
  13. }
  14.